type runtime.traceStackTable
5 uses
runtime (current package)
trace.go#L232: stackTab [2]traceStackTable // maps stack traces to unique ids
tracestack.go#L32: func traceStack(skip int, gp *g, tab *traceStackTable) uint64 {
tracestack.go#L142: type traceStackTable struct {
tracestack.go#L148: func (t *traceStackTable) put(pcs []uintptr) uint64 {
tracestack.go#L161: func (t *traceStackTable) dump(gen uintptr) {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |